home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso
/
pc
/
assets
/
aki-exit.dcr
/
00038_quitlogos_L3.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-07-20
|
230 b
|
17 lines
on mouseUp
global wWizard
puppetSound(1, "Clicker")
window("WizardPopup").forget()
wWizard = window("WizardPopup")
wWizard.visible = 1
open(wWizard)
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end